crypto/tls.Conn.secureRenegotiation (field)

3 uses

	crypto/tls (current package)
		conn.go#L60: 	secureRenegotiation bool
		handshake_client.go#L697: 		c.secureRenegotiation = true
		handshake_client.go#L704: 	if c.handshakes > 0 && c.secureRenegotiation {